From 85626c44fa73be84ba659177f5b83febb03b0c59 Mon Sep 17 00:00:00 2001 From: "emellor@leeni.uk.xensource.com" Date: Sun, 27 Nov 2005 00:10:14 +0000 Subject: [PATCH] Renable FAIL call that was disabled back when block-attach did not work. Signed-off-by: Ewan Mellor --- .../tests/block-destroy/02_block-destroy_rtblock_pos.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tools/xm-test/tests/block-destroy/02_block-destroy_rtblock_pos.py b/tools/xm-test/tests/block-destroy/02_block-destroy_rtblock_pos.py index c8fb74393d..a56f985a8a 100644 --- a/tools/xm-test/tests/block-destroy/02_block-destroy_rtblock_pos.py +++ b/tools/xm-test/tests/block-destroy/02_block-destroy_rtblock_pos.py @@ -16,8 +16,7 @@ except DomainError, e: status, output = traceCommand("xm block-attach %s phy:/dev/ram0 hda1 w" % domain.getName()) if status != 0: - # Disabled for now, since block-attach doesn't work - #FAIL("Failed to attach block device") + FAIL("Failed to attach block device") pass try: -- 2.30.2